-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop word selection plugin highlighting conflicting with searchbar #1290
Conversation
@danirabbit The problem occurs if you
This PR makes the plugin highlighting match the search case-sensitivity to fix this. |
@zeebok Thanks for the review! @danirabbit There is an open design question here regarding whether or not the word highlighting plugin should still follow the search options when there is no current search term. In this PR it now does. As this is a change in behaviour design input would be appreciated. One drawback of this is the search options are hidden in a popover so it may not be immediately obvious why some words are not highlighted if the user forgets they changed the options to do a search. On the other hand the alternative would mean the behaviour of the plugin changing depending the presence or absence of a search term which is also non-obvious. |
I'll merge this now, any refinements to behaviour can be done in a separate PR. |
Fixes #807
It is unclear whether the plugin should follow the searchbar settings with respect to case sensitivity or always be case insensitive as at present. Need design input.